home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / yg501w95.zip / YGREP32.DEF < prev    next >
Text File  |  1996-06-17  |  988b  |  66 lines

  1. ;
  2. ;    SCCSid = "$Id: YGrep32.def 1.6 1996/06/17 22:01:30 Y.Roumazeilles Exp Y.Roumazeilles $"
  3. ;
  4. ;    (C) 1992-93-94-95-96 Yves Roumazeilles
  5. ;
  6. ;
  7. ;   Declares the module parameters for the dynamic link library.
  8. ;
  9.  
  10. LIBRARY        YGrep32
  11. DESCRIPTION    'YGrep Search Engine v5.0 - \251 1992-93-94-95-96 Yves Roumazeilles'
  12.  
  13. CODE        PRELOAD FIXED
  14. DATA        PRELOAD FIXED SINGLE
  15.  
  16. HEAPSIZE    1024
  17. STACKSIZE    16384
  18.  
  19. SEGMENTS
  20.     _TEXT    PRELOAD
  21.  
  22. EXPORTS
  23.     LibMain
  24.     YGrepVersion
  25.     YGrepIsDebug
  26.     YGrepMessages
  27.  
  28.     CompileAGrep
  29.     AGrep
  30.     AGrepSubsBuild
  31.     AGrepInit
  32.     AGrepEmpty
  33.     AGrepSubstitute
  34.  
  35.     CompileRGrep
  36.     RGrep
  37.     RGrepSubsBuild
  38.     RGrepSubstitute
  39.  
  40.     InitWordCharTable
  41.     AddWordChar
  42.     RemoveWordChar
  43.  
  44.     SCompileAGrep
  45.     SAGrep
  46.     SAGrepSubsBuild
  47.     SAGrepEmpty
  48.     SCompileRGrep
  49.     SRGrep
  50.     SRGrepSubsBuild
  51.     SAGrepInit
  52.     SAGrepSubstitute
  53.     SRGrepSubstitute
  54.  
  55.     PushYInfo
  56.     YGrepGetError
  57.     YGrepSetError
  58.     YGrepResetError
  59.     YGrep
  60.  
  61.     SFileOpen
  62.     SFileClose
  63.     SFileAGrep
  64.     SFileRGrep
  65.     SFileSetFlags
  66.